runtime.muintptr.set (method)
17 uses
runtime (current package)
debugcall.go#L145: newg.lockedm.set(mp)
debugcall.go#L185: gp.lockedm.set(mp)
mgc.go#L1273: node.m.set(acquirem())
mgc.go#L1330: node.m.set(acquirem())
mgc.go#L1425: node.m.set(nil)
proc.go#L2134: gp.lockedm.set(mp)
proc.go#L2334: mp.schedlink.set(mnext)
proc.go#L2418: newmHandoff.newm.set(mp)
proc.go#L4764: gp.lockedm.set(gp.m)
proc.go#L5305: pp.m.set(mget())
proc.go#L5362: pp.m.set(gp.m)
proc.go#L5931: sched.midle.set(mp)
runtime2.go#L312: func (mp *muintptr) set(m *m) { *mp = muintptr(unsafe.Pointer(m)) }
runtime2.go#L320: (*muintptr)(unsafe.Pointer(mp)).set(new)
rwmutex.go#L52: rw.readers.set(m)
rwmutex.go#L93: rw.writer.set(m)
rwmutex.go#L115: reader.schedlink.set(nil)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |